@After
public void tearDown() throws Exception {
if (mRef != null) {
mRef.getRoot().removeValue();
}
if (mArray != null) {
@After
public void tearDown() throws Exception {
mArray.cleanup();
mRef.getRoot().removeValue();
}
@Test